PageLayout Class

Represents the styles that establish the formatting properties of a page.

Definition

Namespace: Independentsoft.Office.Odf.Styles
Assembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
C#
public class PageLayout
Inheritance
Object    PageLayout

Constructors

PageLayout Initializes a new instance of the PageLayout class.

Properties

FooterStyle Specifies the formatting properties for a footer element.
HeaderStyle Specifies the formatting properties for a header element.
Name Specifies the name of a page layout.
PageLayoutProperties Specifies formatting properties for page layout.
PageUsage Specifies the type of pages that a page master should generate.

Methods

Clone Creates a new object that is a deep copy of the current instance.
Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString Converts the value of the current PageLayout object to its equivalent string representation.
(Overrides ObjectToString)

See Also